home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / cron250e.zip / ERROR.LOG < prev    next >
Text File  |  1993-03-06  |  3KB  |  58 lines

  1.  
  2.                CronJr Bug Fixes & Compatability Problems
  3.  
  4. 03/05/93 - Version 2.49 fixes the ROOT installation problems.  The
  5.            CronJr.BAT file was writing incorrectly writing two \'s
  6.            for directory changes and program execution.
  7.  
  8.            Version 2.48 changed the immediate evalation key from ENTER
  9.            to  E  .  People were experiencing problems on Novell networks
  10.            where their CronJr scripts were logging in and out of networks.
  11.            They were experiencing anywhere from 1 to 10 executions per
  12.            minute.  This was due to a "feature" of both the Netware login
  13.            script and CronJr.  Some Netware login scripts stuff an
  14.            ENTER into the keyboard upon returning to DOS.  That ENTER
  15.            was being interpreted by CRONJR as an immediate schedule
  16.            evaulation and thus resulting in another execution of the
  17.            CronJr job.  By changing the immediate evaluation key from
  18.            ENTER to  E  fixed this problem.
  19.  
  20. 05/16/92 - Some non 100% Microsoft compatable command interpreters may
  21.            cause problems with the creation of the CronJr.LOG file.
  22.            The CronJr.LOG file is created via the DOS command line using
  23.            the  >>  output redirectors.  The  >>  redirector appends to
  24.            a file.  Some Command.COM substitutes such as some versions
  25.            of 4DOS do not work properly.  The  >>  redirector in 4DOS
  26.            always creates a file, rather than appending to a file.
  27.            This problem may not be limited to 4DOS.  It is easy to test
  28.            for this problem by typing the following at your DOS prompt.
  29.  
  30.             c:\> echo does >  kk
  31.             c:\> echo this >> kk
  32.             c:\> echo work >> kk
  33.  
  34.            The resulting file named KK should contain 3 lines.
  35.  
  36. 05/11/92 - Due to a bug in the Borland Turbo C 1.5 time functions, the
  37.            clock would jump 1 hour on April 28, 1992 at 2:00 am and
  38.            remain 1 hour ahead until April 29, 1992 at 2:00 am when it
  39.            would jump back an hour.  This bug has been acknowledged by
  40.            Borland and the CronJr and TimeNow programs have been
  41.            recompiled with a later release of the C compiler.
  42.            Wildcarded minutes are no longer valid.  The problem of mixing
  43.            incremental minutes and hours has been fixed and limited by
  44.            the EditCron program.
  45.  
  46. 08/25/91 - Versions 2.24 and 2.25 were writing garbage parameters into the
  47.            CRONWK.BAT file.  It worked great as long as you only had one
  48.            entry in the CRONJR.SCH file.  Changed token scanning code and
  49.            tested and tested and tested.
  50.  
  51. 08/01/91 - Installation process ( CRON START ) was not working correctly
  52.            for DOS versions 4.0 and above.  CronJr treated DOS 4.0 and
  53.            higher as if it was a version below 3.3.   Oops.  We plead
  54.            stupidity.  If you have DOS version 4.0 or above, and have
  55.            installed CRONJR, you should recreate the CRONJR.BAT file
  56.            by running CRON START with the new version of CRON .
  57.  
  58.